Skip to content

Allow projects to compile on Visual Studio 2019#1

Open
jcansdale wants to merge 107 commits into
shana:GHfVSfrom
editor-tools:fixes/cs2019
Open

Allow projects to compile on Visual Studio 2019#1
jcansdale wants to merge 107 commits into
shana:GHfVSfrom
editor-tools:fixes/cs2019

Conversation

@jcansdale

Copy link
Copy Markdown

Change to using Update to MSBuild.Sdk.Extras 2.0.0-preview.14. This versions is compatible with Visual Studio 2019.

ncruces and others added 30 commits December 16, 2015 18:42
This is especially important when using Akavache on iOS or Android, to
keep the package size down
This makes initial calls to e.g BlobCache.Get faster, because it doesn't
have to construct the SQLite operations that aren't even used when
selecting from the database
…ization

Lazily initialize the various SQLite operations
Pin the Splat dependency in the nuspec file to the same version we're building Akavache with
Remove the support for WinRT80, since it can't even be opened in VS2015
Makes GetAllKeys() and others 100x faster when storing multi MB blobs
Added CacheElement.Expiration index
Index the TypeName in the database to make bulk object queries faster
…rt80

Revert "Remove the support for WinRT80, since it can't even be opened in VS2015"
docs: added issue/pr templates and contrib guidelines
BREAKING CHANGE: Xamarin.Monotouch has been deprecated by Xamarin
BREAKING CHANGE: Xamarin.MonoMac has been deprecated by Xamarin
anaisbetts and others added 30 commits August 25, 2017 13:49
this directive will be ignored after the tag of 6.0.0
* adding contentfiles in for package.config

* appveyor fail

* set specific versions for tools on cake file

* Cake.FileHelpers&version=2.0.0

* PinNuGetDependency

* version down cake
* updating frameworks and build scripts

* git ignore and json versioning
Use `Task.Run` to start `OperationQueue`'s processing task rather than using
the constructor and then calling `task.Start`. This ensures two things:

1. The `TaskScheduler.Default` scheduler is used, which will be a threadpool
scheduler
2. That `task` tracks the running of the entire task: previously the task
will have completed when it `await`ed as the `Task` constructor accepts an
`Action` and not a `Func<Task>`

Fixes reactiveui#406
* Removed project.json file from the UWP project

* remove project.json replacement from build.cake file
* Update README.md

Update readme to include linker instruction so first time user is aware about linker in Xamarin and not get weird error when running

* changed wording a little bit
* added editor config
* minor cake changes
* deleted older files
* update to latest sdk extras structures

* feature: Stamp the code repository details in projects
Somehow `GetObjectAsync` found it's way back in to the README.
As this is the latest version supported for VS2017 extensions.
We've been advised to do this by MS.
This version is compatible with Visual Studio 2019.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.